home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 019a / zce12.zip / ZCE.HLP < prev    next >
Text File  |  1991-12-09  |  33KB  |  759 lines

  1. 3.1   ZCE Command Line Examples
  2.  
  3.          ZCE
  4.  
  5.          By itself on the command line will search the current directory
  6.          for *.ZIP and display one screen of filenames and Comments sorted
  7.          by filename.
  8.  
  9.  
  10.          ZCE FOO*
  11.  
  12.          ZCE will search for FOO*.ZIP in the current directory
  13.  
  14.  
  15.          ZCE A:
  16.  
  17.          ZCE will search drive a: for *.ZIP
  18.  
  19.          ZCE C:\DOS
  20.  
  21.          ZCE will search for a directory called DOS.  If the directory DOS
  22.          exists then ZCE will search for C:\DOS\*.ZIP.  If the directory
  23.          does not exist then ZCE will look for the filename of DOS.
  24.  
  25.          Once ZCE determines that the input filename specification is legal
  26.          ZCE will display a window showing the Zip files being searched for
  27.          Comments.
  28.  
  29.          Escape may be pressed to interrupt ZCE while reading Comments.  A
  30.          query box will be displayed to continue reading Zip Comments.
  31.          Valid responses are:
  32.  
  33.          Y/N for Yes or No Arrow keys move highlighted response.  Enter
  34.          selects Left mouse button click on item if a mouse is detected.
  35.  
  36.          ZCE will display an error message if the command line arguments
  37.          are invalid or if there is a problems opening or reading the files
  38.          found.  The error will indicate the problem.
  39.  
  40.  
  41. 3.2   ZCE Command line syntax and switches
  42.  
  43.          Zip Comment Editor Syntax, ZCE <drive:\path\filenames> [/options]
  44.  
  45.          Drive must be a Valid Dos Drive, i.e. A: or B: or C:
  46.          Path must be in Valid Dos syntax, i.e. \dos\ or \wp50\letters\
  47.          Filenames may contain Wildcards, i.e. *.ZIP or H?
  48.  
  49.  
  50. 3.3   ZCE Command Line Display Options
  51.  
  52.          /M        Force monochrome display
  53.          /EGA      Display 43/50 lines if EGA or VGA detected.
  54.          /NS       Do not restore original dos screen
  55.          /?        Display command line switches
  56.  
  57.          both / and - may be used for ZCE and ZD command line switches.
  58.  
  59.  
  60. 3.4   Example ZCE Screen
  61.  
  62.                                           Disk space
  63.                                                      Volume Label
  64.                             Date              |            |
  65.                    Version   |        Time    |    Drive   |      Monitor
  66.                       |      |          |     |      |     |         |
  67. +-----------------------------------------------------------------------+
  68. |Zip Comment Editor vdoc_ver   10/26/91   5:27pm  14.6M  E:  QUICKBASIC VGA |
  69. +-----------------------------------------------------------------------+
  70. |BACKUP.ZIP  |Backup of c:\dos\  10/24/90                               |
  71. |TEST100.ZIP |$$$ Zip Comment to Long, Not Found or Zip Corrupted $$$   |
  72. |TEST101.ZIP |                                                          |
  73. |VIDEO.ZIP   |                                                          |
  74. |            |                                                          |
  75. +-----------------------------------------------------------------------+
  76. |F1=Help F2=Read F3=Save F4=Read F5=Copy F6=Import F7=Vol F8=Dos ...    |
  77. +-----------------------------------------------------------------------+
  78.  
  79.  
  80.          ZCE will display the names of Zip files being scanned for Comments
  81.          or an error message if a problem occurs.  ZCE will display in
  82.          color or monochrome and 25, 43 or 50 lines if the appropriate
  83.          video card is detected.  ZCE will automatically tag all files with
  84.          blank Comments for other functions described later.
  85.  
  86.          All Zip files detected will be displayed on the left side with Zip
  87.          Comments on the right.  The comment will have all control
  88.          characters removed and truncated to 65 characters.  If you want to
  89.          preserve any Zip comment, simply do not edit the comment.  ZCE
  90.          will only write modified Comments.
  91.  
  92.          If ZCE had trouble locating the Zip comment, the message,
  93.  
  94.          $$$ Zip Comment to Long, Not Found or Zip Corrupted $$$
  95.  
  96.          will be displayed as the comment.  Bad Zip file Comments may not
  97.          be edited or saved.  Either the Zip file is corrupted or the Zip
  98.          comment is very long.  ZCE only reads the last 2024 bytes of the
  99.          file to find the comment.  Usually deleting the Zip comment will
  100.          allow ZCE to read it correctly.  Use the -Z command in PKZIP to
  101.          delete the Zip comment.  See ZIPFIX.BAT for an automated way to
  102.          remove Comments from all Zip files in a directory.  If you do this
  103.          while in the dos shell make sure you execute the re-read Zip
  104.          Comments command <F2> when you return to ZCE!!!  Make sure you
  105.          have written out all modified Comments first!  See Shell command.
  106.          ZCE will check each file size for any changes and display an error
  107.          message if a change is detected.
  108.  
  109.          A Function key list will be displayed on the bottom line of the
  110.          screen.
  111.  
  112.  
  113. 3.5   ZCE Main Window Editing Keys
  114.  
  115.          Insert         Toggles the insert mode and over-type mode
  116.          Delete         Delete character at cursor
  117.          Backspace      Destructive backspace
  118.          Left           Move the cursor to the left
  119.          Right          Move the cursor to the right
  120.          Up             Move cursor to the next comment
  121.          Down           Move the cursor to the previous comment
  122.          Return         Same as Down Arrow
  123.          Home           Move the cursor to the beginning of the field
  124.          End            Move the cursor to the end of the field
  125.          ^Home          Move cursor to the start and erase the field
  126.          ^End           Erase from the cursor to the end of the field
  127.          ^BackSpace     Erase from the cursor to the start of the field
  128.          @Home          Scroll to top comment
  129.          @End           Scroll to bottom comment
  130.          Tab            Restore comment, until up/down move
  131.  
  132.  
  133. 4.0   ZCE Commands
  134.  
  135.  
  136. 4.1   F1 = On Line Help Window Functions
  137.  
  138.          ZCE will search for the file ZCE.HLP in the current directory and
  139.          all directories in the current dos path.  If the help file is not
  140.          found an error message will be displayed otherwise the help file
  141.          will be displayed.
  142.  
  143.          PgUp      Scrolls up one page
  144.          PgDn      Scrolls down one page
  145.          Up        Scrolls up one line
  146.          Down      Scrolls down one line
  147.          Left      Sweeps left 15 characters
  148.          Right     Sweeps right 15 characters
  149.          Home      Go to far left column
  150.          ^Home     Go to top of file
  151.          Escape    Exit Help
  152.  
  153.  
  154.          Mouse:
  155.  
  156.          Next Page      Click the left mouse button on <PgDn>.
  157.  
  158.          Previous Page  Click the left mouse button on <PgUp>.
  159.  
  160.          Next Line      Click left mouse button on the Down Arrow.
  161.  
  162.          Previous Line  Click left mouse button on the Up Arrow.
  163.  
  164.          Move Pointer   The position marker in the scroll bar approximates
  165.                         the position within the help file.  To move to
  166.                         another relative position, place mouse cursor on
  167.                         scroll bar position marker and press left mouse
  168.                         button.
  169.  
  170.          First Page     Click left mouse on <^HOME>.
  171.  
  172.          Exit           Click right mouse button.
  173.  
  174.  
  175. 4.2   F2 = Re-Read Zip Comments
  176.  
  177.          This command causes ZCE to read Comments from Zip files using the
  178.          current drive, path and file specifications.  This command allows
  179.          you to read a new disk without exiting ZCE.  If any Comments have
  180.          been modified ZCE will warn you to save them or lose all changes.
  181.  
  182.  
  183. 4.3   F3 = Save Zip Comments
  184.  
  185.          This command saves any modified comment to the file from the
  186.          drive and path it was read from.  Any errors encountered will
  187.          cause ZCE to display an error message of the problem.  ZCE
  188.          verifies all data writes and checks all file sizes for changes
  189.          before writing.  ZCE will not change file dates or times.
  190.  
  191.  
  192. 4.4   F4 = New File Specification & Read Comments
  193.  
  194.          An input prompt window will pop up requesting a new file
  195.          specification.  ZCE will then check this entry and give errors if
  196.          the input could not be parsed or if files could be found.
  197.          Wildcard characters are accepted.  i.e.  * or *.Zip or c:\dos\app?
  198.          are all valid examples.  ZCE will display an error if an invalid
  199.          drive, path or file specification are entered.  Pressing escape
  200.          will cancel this command.  The same rules apply here as the
  201.          command line file specification when starting ZCE.
  202.  
  203.  
  204. 4.5   F5 = Copy Comment from Another File
  205.  
  206.          If more than one file comment is available in the main ZCE window,
  207.          ZCE will pop up a list of current Comments which may be used for
  208.          the current file comment.  Use the arrow keys and press enter to
  209.          select.  Escape will abort this command.  Home/End keys will move
  210.          highlight bar to the first/last items in the list.  If a mouse is
  211.          detected the mouse pointer will be displayed.  Move the mouse
  212.          pointer to an item and select using the left button.  The right
  213.          mouse button or pressing escape will abort this command.
  214.  
  215.  
  216. 4.6   F6 = Import Zip Comments from a File
  217.  
  218.          This command searches a file for Zip file Comments.  The search
  219.          routine will use the filenames without extension as the search
  220.          strings.  Filenames like TEST or VIDEO may be found hundreds of
  221.          times in a single file.  It is best to manually add Comments to
  222.          common filenames.  Searching list may consist of ALL or Tagged
  223.          filenames.
  224.  
  225.          There are two different modes to search a file for Comments.
  226.  
  227.          Edit mode will search the import file for a match and if found an
  228.          edit screen window will pop and allow editing of the comment.
  229.  
  230.          Auto mode searches as in Edit mode but Comments are automatically
  231.          extracted using the starting comment column as the left column of
  232.          the comment.  Auto mode only works if the filename and comment are
  233.          on the same line.
  234.  
  235.          If a comment exists and a new comment is found in Edit or Auto
  236.          mode a pop up window will appear for you to choose one.
  237.  
  238.  
  239. 4.6.1   ZCE Import Configuration File
  240.  
  241.          Example import screen:
  242.  
  243.  ┌[ Import Comments from a File ]─────────────────────────────────────────┐
  244.  │                                                                        │
  245.  │   Config File: ZCE.CFG░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░  │
  246.  │                                                                        │
  247.  │ Comments File: BBS.LOG                                                 │
  248.  │                                                                        │
  249.  │ Col: 30   Comment Edit/Auto: E    Tagged/All: T     Input Buffer: 128  │
  250.  │                                                                        │
  251.  │                                                                        │
  252.  │                                                                        │
  253.  └────────────────────────────────────────────────────────────────────────┘
  254.  
  255.  
  256. 4.6.2   Import Commands
  257.  
  258.          F1        Help
  259.          F4        Add Filename to Import File List if less than 9.
  260.          F5        Select Current Import File List
  261.          F8        Save Settings file
  262.          F9        Read Settings file
  263.          F10       Start Import
  264.  
  265.  
  266. 4.6.3   Import Field Commands
  267.  
  268.          PgUp      Move to the first field
  269.          PgDn      Move to the last field
  270.          Up        Move up one field
  271.          Down      Move down one field
  272.          Left      Move left one field
  273.          Right     Move right one field
  274.          Home      Move to the beginning of the field
  275.          End       Move to the end of the field
  276.          Insert    Toggle between insert and overstrike mode
  277.          Del       Delete the character under the cursor
  278.          BackSpace Delete the character to the left of the cursor
  279.          ^Right    Move right one word
  280.          ^Left     Move left one word
  281.          ^End      Delete from the cursor to the end of the field
  282.          Enter     Move to the next field
  283.          Tab       Move to the next field
  284.          #Tab      Move to the previous field
  285.          Escape    Abort Import function
  286.  
  287.          Mouse:
  288.  
  289.          Left      Move to position in field
  290.          Right     Abort Import function
  291.  
  292.  
  293. 4.6.4   Import Configuration Filename & Syntax
  294.  
  295.          The file ZCE.CFG contains the default import configuration.  ZCE
  296.          will search the current directory and all directories in the Dos
  297.          Path for the file ZCE.CFG.  If not found an error message will be
  298.          displayed and default values will be assigned.
  299.  
  300.  
  301.          ZCE.CFG Import configuration file syntax and defaults.
  302.  
  303.          start_col=30
  304.          edit/auto=E
  305.          tag/all=T
  306.          current_comments_file=FOO.BAR
  307.          comments_file1=C:\DOS\BBS.LOG
  308.          comments_file2=C:\DOS\BBS.ZIP,TEST.LOG
  309.          comments_file#=filename.zip,filename
  310.          comments_file#=filename
  311.          import_buffer=256
  312.  
  313.          Where # = 1 to 9 only, No Spaces Allowed.  Compressed file must
  314.          have a .ZIP extension and Import file must exist inside of
  315.          the compressed file.
  316.  
  317.  
  318. 4.6.5   Import Comments Filename
  319.  
  320.          This is the filename of the file containing the Comments for
  321.          import.  This file must be in ascii format.  If this filename is
  322.          entered as a .Zip extension followed by a comma and another
  323.          filename, ZCE will enter Zip Import mode.
  324.  
  325.          In Zip Import mode ZCE will try to uncompress the second file from
  326.          the first and use the extracted file as the Import file.  This may
  327.          sound complicated but it really isn't.
  328.  
  329.          If C:\DOS\BBS.ZIP,TEST.LOG is entered as the Comments File then
  330.          ZCE will create a subdirectory and call PKUNZIP.EXE to uncompress
  331.          TEST.LOG.  If successful the file TEST.LOG will be used as the
  332.          Comments File.  See View Compresses Zip File section for more
  333.          details.  This special option basically allows you to leave your
  334.          BBS listings in compressed format and have ZCE temporally
  335.          uncompress a copy to import Comments.
  336.  
  337.          NOTE:  The only way to add as comma to the Comments file list is
  338.          to type in a comma on the Comments File line and then press F4.  A
  339.          text editor may also be used to edit ZCE.CFG directly.
  340.  
  341.  
  342. 4.6.6   Import Starting Comment Column
  343.  
  344.          This number should indicate the starting column of the comment
  345.          inside the Comments file.  This option is only used for (A)UTO
  346.          mode.
  347.  
  348.  
  349. 4.6.7   Import [E]dit/[A]uto
  350.  
  351.          This is the import type.  E for EDIT and A for Automatic.  ZCE can
  352.          read single line Comments from a file in AUTOMATIC mode or up to
  353.          240 characters into a small line editor in EDIT mode.
  354.  
  355.          AUTOMATIC mode searches the Comments file for a line containing
  356.          the filename portion like DOCS in DOCS.ZIP.  This allows the ZCE
  357.          to find Comments in all type of BBS (Bulletin Board System) file
  358.          listings.  ZCE will use the comment found on the first line that
  359.          contains the filename string.  This may not be the correct
  360.          comment.  Make sure you check the Comments after ZCE is finished.
  361.  
  362.          In EDIT mode (default) ZCE will pop up a line editor with three
  363.          lines of data starting on the line that the filename is located.
  364.          You can now edit the comment to your liking.  Just remember that
  365.          the finished comment must be no longer than 65 characters long.
  366.          ZCE will truncate longer Comments.  A marker is displayed at
  367.          column 65 to indicate where truncation will occur.
  368.  
  369.  
  370. 4.6.8   Import Comment Search [T]agged/[A]ll
  371.  
  372.          Importing of Comments may be performed on tagged or all files.
  373.          ZCE will only search for Comments of tagged files if T is entered.
  374.          T is the default.  This will speed up comment imports.
  375.  
  376.  
  377. 4.6.9   Import Editing Commands
  378.  
  379.          F1        Help
  380.  
  381.          Escape    Skip the current comment and will keep the current
  382.                    filename on the search list.
  383.  
  384.          Enter     Accept, Truncates the current comment to 65
  385.                    characters and removes the filename from the search
  386.                    list.
  387.  
  388.          F10       Abort, Terminate Import function.  ZCE will ask if
  389.                    you really want to Abort.  ZCE will still use all
  390.                    previously found Comments even if Abort is selected.
  391.  
  392.          Insert    Toggle between insert and overstrike mode
  393.          Del       Delete the character under the cursor
  394.          BackSpace Delete the character to the left of the cursor
  395.          ^Right    Move right one word
  396.          ^Left     Move left one word
  397.          ^End      Delete from the cursor to the end of the field
  398.          Enter     Move to the next field
  399.          Tab       Move to the next field
  400.          #Tab      Move to the previous field
  401.          Escape    Abort Import function
  402.  
  403.          Mouse:
  404.  
  405.          Left      Move to position in field
  406.          Right     Abort Import function
  407.  
  408.  
  409. 4.6.10   Import Buffer Size
  410.  
  411.          The Import buffer size is the number of lines read each time there
  412.          is a search.  This number my be from 32-384.  The higher the
  413.          number the faster ZCE cans search because of less disk activity.
  414.          If there is not enough memory available ZCE will display an error
  415.          message.  Reducing the number of Zip files or reducing the import
  416.          buffer size may allow ZCE to perform the import.
  417.  
  418.  
  419.   MAIN ZCE Commands Continued
  420.  
  421.  
  422.  
  423. 4.7   F7 = Volume Label
  424.  
  425.          If the current or selected drive is A: or B: then ZCE will pop up
  426.          an input window for the new volume label.  Only 11 characters will
  427.          be allowed.  ZCE will only allow characters that are valid for
  428.          volume labels.
  429.  
  430.  
  431. 4.8   F8 = Dos Shell
  432.  
  433.          Spawns another COMMAND.COM leaving ZCE in memory.  About 200K is
  434.          used by ZCE.  If the system crashes or is re-booted all editing of
  435.          Comments will be lost unless saved.
  436.  
  437.          The prompt is modified to remind you to type EXIT to return to
  438.          ZCE.
  439.  
  440.          Enter 'EXIT' to Return to ZCE
  441.          C:\QB\ZCE>
  442.  
  443.          If you Shell to Dos and modify a Zip file in any way or delete
  444.          files from the Zip File inside the View Zip function, the comment
  445.          location in the file will be altered and ZCE will display an error
  446.          message.  At this point the modified comment can never be saved.
  447.          Whenever you return to ZCE from the shell always re-read the Zip
  448.          file Comments using the <F2> key if any Zip files were modified.
  449.          Make sure you write out any modified Comments first!  This will
  450.          update comment positions to ZCE and allow correct comment update.
  451.  
  452.  
  453. 4.9   F9 = Tag/Untag file for Import
  454.  
  455.          This function will Tag or Untag a file.  The Import function
  456.          allows importing Comments for all or tagged files.
  457.  
  458.  
  459. 4.10   F10, Pull Down Menu
  460.  
  461.          If F10 is pressed in the main ZCE window a pull down menu will
  462.          appear.  The Pull Down Menu uses about 2000 bytes if string space.
  463.  
  464.          Pull Down Menu Keys:
  465.  
  466.          Down-Arrow     Pulls down a window if one is not already down.
  467.                         Otherwise, it moves the highlight bar down one
  468.                         selection within the window.
  469.  
  470.          Up-Arrow       Moves the selection bar up one item within a
  471.                         window.  If a window is not pulled down, this key
  472.                         has no function.
  473.  
  474.          Left-Arrow     If a window is not pulled down, the selection bar
  475.                         is moved to the next bar item to the left.  If a
  476.                         window is pulled down, the window under the next
  477.                         bar menu item on the left is pulled down.
  478.  
  479.          Right-Arrow    If a window is not pulled down, the selection bar
  480.                         is moved to the next bar item to the right.  If a
  481.                         window is pulled down, the window under the next
  482.                         bar menu item on the right is pulled down.
  483.  
  484.          Alt-Highlighted Key
  485.  
  486.                         If no windows are pulled down, holding down the Alt
  487.                         key while pressing a key highlighted on the menu
  488.                         bar will pull down the window under that item.
  489.  
  490.          Highlighted key
  491.  
  492.                         If a window is pulled down, pressing a highlighted
  493.                         key will select that item in the menu.
  494.  
  495.  
  496.          Escape         If a window is pulled down, it will be erased and
  497.                         only the bar menu and the description line will be
  498.                         active.  If a window is not pulled down, the
  499.                         pulldown menu will be exited.
  500.  
  501.          Enter          If a window is not currently pulled down, the
  502.                         window under the highlighted bar menu item will be
  503.                         displayed.  If a window is pulled down, the
  504.                         highlighted item within the window will be
  505.                         selected.
  506.  
  507.          Mouse          Clicking the left button on a bar menu item will
  508.                         pull down the window for that item.  Clicking the
  509.                         left button on an item within a window will select
  510.                         that item.  Clicking the right button will exit the
  511.                         pull down menu.
  512.  
  513.  
  514.          Pulldown menu contents:
  515.  
  516.            File                      Comment
  517.          ┌──────────────────────┐  ┌──────────────────────┐
  518.          │ Help              F1 │  │ Copy              F5 │
  519.          │ Read              F2 │  │ Restore Comment  Tab │
  520.          │ Save              F3 │  └──────────────────────┘
  521.          │ New FileSpec      F4 │
  522.          │ Import            F6 │    Tag
  523.          │ voLume            F7 │  ┌──────────────────────┐
  524.          │ Dos Shell         F8 │  │ Tag cUrrent       F9 │
  525.          │ Write        Ctrl+F3 │  │ Tag All      Ctrl+F9 │
  526.          │ reName       Ctrl+F4 │  │ Tag Empty    Ctrl+F2 │
  527.          │ View      Ctrl+Enter │  └──────────────────────┘
  528.          │ eXit          Escape │
  529.          └──────────────────────┘    Options
  530.                                    ┌──────────────────────┐
  531.                                    │ Status       Ctrl+F1 │
  532.                                    │ Display      Ctrl+F5 │
  533.                                    └──────────────────────┘
  534.  
  535.  
  536. 4.11   Escape, Exit ZCE
  537.  
  538.          A message will be displayed asking if you would like to exit ZCE.
  539.          Default is NO.  Arrow keys move between No and YES.  The enter key
  540.          will select.  Y or N will also select.  If you have a mouse the
  541.          left button may be used to click on the Y or N.
  542.  
  543.  
  544. 4.12   Tab, Restore Comment
  545.  
  546.          This command will restore the current comment only if the cursor
  547.          is not moved to another comment.  i.e.  up or down.
  548.  
  549.  
  550. 4.13   Ctrl+F1, ZCE Status Screen
  551.  
  552.          This command will display the internal ZCE variables.  This
  553.          command is mainly used for development of ZCE.  I am documenting
  554.          this just in case you run into it.
  555.  
  556.  
  557. 4.14   Ctrl+F2, Tag Files with Blank Comments
  558.  
  559.          This command will tag all files with blank Comments.
  560.  
  561.  
  562. 4.15   Ctrl+F3, Write Filenames and Comments
  563.  
  564.          This command will write tagged filenames and Comments to a user
  565.          specified file.  A filename input window will pop up requesting
  566.          the file to write the filenames and comments.  If the file exists
  567.          or if problems occurred while writing the data to the file error
  568.          messages will be displayed.
  569.  
  570.          The output file is formatted with filename and comment on the same
  571.          line as they appear in ZCE.  Many programs can use this file
  572.          to as input into other database's.  i.e.  BBS file lists.
  573.  
  574.  
  575. 4.16   Ctrl+F4, Change Filename
  576.  
  577.          This command allows you to change the current filename.  A pop up
  578.          input window will appear prompting for new filename.  Only
  579.          characters valid for filenames will be allowed.  If successful the
  580.          filename will be changed.  An error message will be displayed if
  581.          the rename was not successful.
  582.  
  583.  
  584. 4.17   Ctrl+F5, Change Video Mode
  585.  
  586.          This command toggles between 25/43/50 line mode if ZCE detects
  587.          that your graphics card supports these modes.
  588.  
  589.  
  590. 4.18   Ctrl+F9, Tag/Untag All Filenames
  591.  
  592.          All files will be tagged or untagged unless they have been
  593.          displayed as bad or unfound.
  594.  
  595.  
  596. 4.19   Ctrl+Enter, View Compressed Zip File Contents
  597.  
  598.          If Ctrl+Enter is pressed the current Zip file will be scanned for
  599.          all files.  A Pick List will be displayed of all files found.  If
  600.          a file is selected by pressing enter, a subdirectory named
  601.          $%ZCE&# will be created under the current directory.  An optional
  602.          environment variable ZCEWORK may be set to a directory and
  603.          will be used instead of the current directory.  This has two
  604.          benefits.  This directory may be a ramdisk or a drive with more
  605.          space available.
  606.  
  607.          i.e. at the command line type the following or add to
  608.          Autoexec.bat.
  609.  
  610.          set ZCEWORK=g:\
  611.  
  612.          If this directory g:\ is a valid dos drive and directory ZCE will
  613.          create the temporary there.  This allows ZCE to use a ramdisk.
  614.  
  615.          PKUNZIP.EXE will be called to extract the chosen file, then
  616.          LIST.COM will be called to display the file.  Once LIST is
  617.          finished, control will be returned to ZCE.  Both PKUNZIP.EXE and
  618.          LIST.COM must be in a directory in the DOS path.  ZCE will display
  619.          errors if the subdirectory and temporary file could not be created
  620.          or removed and if PKUNZIP.EXE or LIST.COM could not be found in
  621.          the DOS path.
  622.  
  623.          LIST.COM is the most powerful and widely used shareware file
  624.          listing program available.  Please read the LIST documentation for
  625.          operation details.  Look for it on your local BBS.
  626.  
  627.          Recursive Zip viewing is not supported.  This means that selecting
  628.          a Zip file inside a Zip file will not list a second list but only
  629.          extract and display the Zip file in binary.
  630.  
  631.          When in the Dos Shell there must be enough memory to execute
  632.          PKZIP, PKUNZIP and LIST programs.
  633.  
  634.  
  635.          Other Zip View Compressed Commands:
  636.  
  637.          F1        On Line Help
  638.          E         Extract highlighted file to current directory
  639.          Ctrl+E    Extract tagged files to current directory
  640.          D         Delete highlighted file from current Zip file
  641.          Ctrl+D    Delete tagged files from current Zip file
  642.          SpaceBar  Tag/Untag highlighted file
  643.          S         Sort by [D]ate, [E]xtension, [F]ilename or [P]ath.
  644.                    Press D, E, F or P.  Escape aborts the sort function.
  645.  
  646.  
  647.          Right Mouse    Tag/Untag current file
  648.          Left Mouse     Exit View Zip
  649.  
  650.  
  651.          Example View Compressed Zip file listing:
  652.  
  653.      Filename             Compressed Size     Compression Method
  654.         /                      /                     /
  655.        /       Original Size  /    Date    Time     /    Path  Scroll Bar
  656.       /               /      /      /       /      /      /        /
  657. ┌──────────────────────────────────────────────────────────────────┐
  658. │ 25      .BAT       26      26 Sep-30-91 12:21 Stored   DOS/      ░
  659. │ 43      .BAT       15      15 Sep-05-91 13:10 Stored   DOS/      ▓
  660. │ 50      .BAT       26      26 Sep-05-91 13:10 Stored   DOS/      ░
  661. │ A2ZIP   .BAT      138     105 Sep-05-91 13:10 Shrunk   DOS/      ░
  662. │ ARC2LZH .BAT      287     225 Sep-05-91 13:10 Shrunk   DOS/      ░
  663. │ ARC2ZIPA.BAT      564     290 Sep-05-91 13:10 Imploded DOS/      ░
  664. │ ASK     .BAT       37      37 Sep-05-91 13:10 Stored   DOS/      ░
  665. │ AUTOEXEC.BAT      749     418 Nov-18-91  7:29 Imploded           ░
  666. │ BACKUP  .BAT      714     356 Jun-26-91  3:00 Imploded FB/       ░
  667. │ BAT     .BAT        5       5 Apr-18-91 17:48 Stored   XTG/      ░
  668. │ BBSLOG  .BAT       62      59 Sep-05-91 13:10 Shrunk   DOS/      ░
  669. │ BD-PIF  .BAK      416     121 Oct-04-91 13:07 Imploded QEMM/     ░
  670. │ CALC    .BAT       60      59 Sep-05-91 13:10 Shrunk   DOS/      ░
  671. │ CASE1   .BAT      387     264 Sep-05-91 13:10 Imploded DOS/      ░
  672. │ CLOSED  .BAT       57      56 Nov-08-91  7:32 Shrunk   DOS/      ░
  673. │ COM     .BAT        5       5 Apr-18-91 17:48 Stored   XTG/      ░
  674. │ COMSPEC .BAT      146     119 Sep-27-91  7:25 Shrunk   DOS/      ░
  675. │ CONF    .BAT       24      24 Jul-22-91  9:34 Stored   FB/       ░
  676. └──────────────────────────────────────────────────────────────────┘
  677.  
  678. If the path is to long to fit on the display the original and compressed
  679. file sizes will be removed from the display list.
  680.  
  681. ┌──────────────────────────────────────────────────────────────────────┐
  682. │ FOO     .    Nov-19-91  9:44 Stored   QB/ZCE/                        ░
  683. │ FOO     .BAT Sep-25-91 11:29 Stored   QB/RFP/                        ▓
  684. │ TEST    .BAK Nov-19-91 10:28 Stored   QB/ZCE/REALLY/LONG/PATH/LONG/  ░
  685. │ TEST    .BAK Oct-26-91 15:58 Imploded QB/ZCE/DOC/                    ░
  686. │ TEST    .BAS Apr-09-91  7:19 Imploded PBCLON14/                      ░
  687. │ TEST    .BAS Sep-25-91 14:09 Imploded QB/RFP/                        ░
  688. │ TEST    .BAT Jun-04-91 14:12 Stored   QB/ZCE/TEST/                   ░
  689. │ TEST    .BAT Oct-26-91 16:17 Shrunk   QB/ZCE/                        ░
  690. │ TEST    .BAT Sep-25-91  7:54 Stored   QB/RFP/                        ░
  691. │ TEST    .BQL Apr-09-91  7:20 Shrunk   PBCLON14/                      ░
  692. │ TEST    .BQL Sep-25-91 11:20 Shrunk   QB/RFP/                        ░
  693. │ TEST    .DEC Sep-25-91 11:19 Imploded QB/RFP/                        ░
  694. │ TEST    .DOC Oct-18-91  9:38 Shrunk   QB/ZCE/                        ░
  695. │ TEST    .DOC Oct-26-91 15:59 Imploded QB/ZCE/DOC/                    ░
  696. │ TEST    .EXE Sep-25-91 13:31 Imploded QB/RFP/                        ░
  697. │ TEST    .EXT Sep-25-91 11:20 Imploded QB/RFP/                        ░
  698. │ TEST    .LNK Sep-25-91 10:05 Shrunk   QB/RFP/                        ░
  699. │ TEST    .OBJ Sep-25-91 13:31 Imploded QB/RFP/                        ░
  700. └──────────────────────────────────────────────────────────────────────┘
  701.  
  702.          View Compressed file commands when ZCE shells to DOS and executes
  703.          PKZIP, PKUNZIP or LIST.
  704.  
  705.          View Zip File, Enter
  706.  
  707.          PKUNZIP -O ZIPFILE DIR\FILE
  708.  
  709.          Where -O overwrites any existing file with the same name.  ZIPFILE
  710.          is the name of the Zip file to be uncompressed by PKUNZIP.  DIR is
  711.          the path stored inside the Zip file.  FILE is the name of the file
  712.          that is uncompressed.
  713.  
  714.          LIST DIR\FILE
  715.  
  716.          Where DIR defaults to $%ZCE&#.  If the ZCEWORK environment
  717.          variable is set then this will be prepended to the $%ZCE&#
  718.          directory.  i.e LIST K:\WORK\$%ZCE&#\FILE if ZCEWORK is set to
  719.          K:\WORK.  FILE is the name of the file to view and the same as the
  720.          file unzipped above.
  721.  
  722.  
  723.          Delete File, D
  724.  
  725.          PKZIP -D ZIPFILE PATH\FILE
  726.  
  727.          Where -D stands for delete file.  ZIPFILE is the name of the Zip
  728.          file the file will be deleted from.  PATH is the OPTIONAL path
  729.          stored inside the Zip file and FILE is the name of the file to be
  730.          deleted.
  731.  
  732.  
  733.          Extract Tagged Files, Ctrl+E
  734.  
  735.          PKUNZIP ZIPFILE @ZCE.$$$
  736.  
  737.          Where ZIPFILE is the name of the Zip file to be uncompressed.
  738.          ZCE.$$$ is the file created in the local directory containing a
  739.          list of tagged files to be extracted.
  740.  
  741.  
  742.          Delete Tagged Files, Ctrl+D
  743.  
  744.          PKZIP -D ZIPFILE @ZCE.$$$
  745.  
  746.          Where ZIPFILE is the name of the Zip file to be modified.  ZCE.$$$
  747.          is the file created in the local directory containing a list of
  748.          files to be deleted.
  749.  
  750.  
  751.          Extract File, E
  752.  
  753.          PKUNZIP -O ZIPFILE DIR\FILE
  754.  
  755.          Where -O stands for overwrite existing file with same name.
  756.          ZIPFILE is the name of the Zip file the selected file will be
  757.          extracted from.  PATH is the optional path stored inside the Zip
  758.          file and FILE is the name of the file to be extracted.
  759.